home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / mouse / cursor / !Cursor / !Help < prev    next >
Encoding:
Text File  |  1990-11-23  |  1.1 KB  |  51 lines

  1. !Cursor 
  2. =======
  3.  
  4. © Steve Bennett
  5.  
  6. Pointer control utility
  7.  
  8. This little prog lets you control the 
  9. pointer with the keyboard, and change 
  10. the pointer shape.
  11.  
  12. KEYS:
  13.  
  14. ⇦ move pointer: left
  15. ⇨               right
  16. ⇩               down
  17. ⇧               up
  18.                 
  19. <Shift> + ⇦ move pointer fast: left
  20.           ⇨                    right
  21.           ⇩                    down
  22.           ⇧                    up
  23.  
  24. <Ctrl> + ⇦ move pointer to extreme: left
  25.          ⇨                          right
  26.          ⇩                          down
  27.          ⇧                          up
  28.  
  29. To define a mouse movement:
  30.  
  31. Press <S> at the starting point
  32.  
  33. Press <F> at the end point
  34.  
  35. Press <M> to move the pointer 
  36. (holding down mouse button to do an actual drag)
  37.  
  38. Press <B> To move the pointer back
  39.  
  40. Movements are relative, NOT absolute.
  41.  
  42. To add new pointers to the program, add the sprite
  43. to "Pointers" with the name ptr_xxx, where xxx is the 
  44. name of the pointer shape. Then edit the template 
  45. files so there is an extra radio icon, with text that 
  46. exactly matches xxx (ie sprite name without ptr_ on 
  47. the front).
  48.  
  49. This Program is Public Domain.
  50.  
  51.